Skip to main content
GET
Get store
Returns a single store for the authenticated merchant. Use this endpoint when you already know the external id and need the current configuration without listing or paginating all stores.
Requires an access token with the stores:read scope. See Token to obtain a token.

Request

Replace {id} with the external store identifier.

Response

The response wraps one store object in data. The shape matches List stores.

Path parameters

Store object

See the List stores reference for the full schema, including contact, location, channels, payments, cms_template_id, cms, and overrides.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External store identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

brand_id
string

Filter by brand. When set, returns 404 if the store does not belong to this brand.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

200 - application/json

Ok

data
object